if (surface != NULL)
{
- HWND hwnd = gdk_win32_surface_get_impl_hwnd (surface);
+ HWND hwnd = gdk_win32_surface_get_handle (surface);
HIMC himc = ImmGetContext (hwnd);
if (himc)
{
if (!context_ime->client_surface)
return;
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return;
if (!context_ime->client_surface)
return g_strdup ("");
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return g_strdup ("");
if (!context_ime->client_surface)
return attrs;
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return attrs;
return;
}
- hwnd = gdk_win32_surface_get_impl_hwnd (toplevel);
+ hwnd = gdk_win32_surface_get_handle (toplevel);
himc = ImmGetContext (hwnd);
if (!himc)
return;
if (!context_ime->client_surface)
return;
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return;
HWND hwnd;
HIMC himc;
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return;
if (!(context_ime->client_widget && context_ime->client_surface))
return;
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return;
return retval;
toplevel = context_ime->client_surface;
- if (gdk_win32_surface_get_impl_hwnd (toplevel) != msg->hwnd)
+ if (gdk_win32_surface_get_handle (toplevel) != msg->hwnd)
return retval;
- hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
+ hwnd = gdk_win32_surface_get_handle (context_ime->client_surface);
himc = ImmGetContext (hwnd);
if (!himc)
return retval;